Search
MixedSeriesStyle.setFills Method
See Also
 






Sets a list of Brush lists, each list used to draw a different Series, and each Brush used to fill individual elements of a Series.

Namespace: com.mindfusion.charting
File: com.mindfusion.charting

 Syntax

Java  Copy Code

public void setFills (
    List<List<Brush>> value
)

 Parameters

value

A list with Brush-lists.

 See Also